NewSQL
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
top
NewSQL is a class of relational database management systems that seek to provide the scalability of NoSQL systems for online transaction processing (OLTP) workloads while maintaining the ACID guarantees of a traditional database system.cite-ref-aslett2012-1-0[1]cite-ref-sigmodrecord-2-0[2]cite-ref-3[3]cite-ref-highscalability-4-0[4]
Many enterprise systems that handle high-profile data (e.g., financial and order processing systems) are too large for conventional relational databases, but have transactional and consistency requirements that are not practical for NoSQL systems.cite-ref-aslett2010-5-0[5]cite-ref-6[6] The only options previously available for these organizations were to either purchase more powerful computers or to develop custom middleware that distributes requests over conventional DBMS. Both approaches feature high infrastructure costs and/or development costs. NewSQL systems attempt to reconcile the conflicts.
Contents
• History
• Features
• See also
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
History
Applications
Typical applications are characterized by heavy OLTP transaction volumes. OLTP transactions;
• are short-lived (i.e., no user stalls)
• touch small amounts of data per transaction
• use indexed lookups (no table scans)
• have a small number of forms (a small number of queries with different arguments).cite-ref-9[9]
However, some support hybrid transactional/analytical processing (HTAP) applications. Such systems improve performance and scalability by omitting heavyweight recovery or concurrency control.cite-ref-10[10]
List of NewSQL-databases
• Clustrix
• CrateDB
• NuoDB
• Pivotal GemFire XD
• SingleStore was formerly known as MemSQL.
• TiDB
• TokuDB
• TransLattice Elastic Database
• VoltDB
• YDB
Features
The two common distinguishing features of NewSQL database solutions are that they support online scalability of NoSQL databases and the relational data model (including ACID consistency) using SQL as their primary interface.cite-ref-11[11]
New architectures
NewSQL systems adopt various internal architectures. Some systems employ a cluster of shared-nothing nodes, in which each node manages a subset of the data. They include components such as distributed concurrency control, flow control, and distributed query processing.
SQL engines
The second category are optimized storage engines for SQL. These systems provide the same programming interface as SQL, but scale better than built-in engines.
Transparent sharding
See also
References
cite-note-aslett2012-11. ↑ citerefaslett2011Aslett, Matthew (2011). "How Will The Database Incumbents Respond To NoSQL And NewSQL?" (PDF). 451 Group (published April 4, 2011). Retrieved February 22, 2020.
cite-note-sigmodrecord-22. ↑ citerefpavloaslett2016Pavlo, Andrew; Aslett, Matthew (2016). "What's Really New with NewSQL?" (PDF). SIGMOD Record. Retrieved February 22, 2020.
cite-note-33. ↑ citerefstonebraker2011Stonebraker, Michael (June 16, 2011). "NewSQL: An Alternative to NoSQL and Old SQL for New OLTP Apps". Communications of the ACM Blog. Retrieved February 22, 2020.
cite-note-highscalability-44. ↑ citerefhoff2012Hoff, Todd (September 24, 2012). "Google Spanner's Most Surprising Revelation: NoSQL is Out and NewSQL is In". Retrieved February 22, 2020.
cite-note-aslett2010-55. ↑ citerefaslett2011Aslett, Matthew (April 6, 2011). "What we talk about when we talk about NewSQL". 451 Group. Retrieved February 22, 2020.
cite-note-66. ↑ citereflloyd2012Lloyd, Alex (2012). "Building Spanner" (PDF). Berlin Buzzwords (published June 5, 2012). Retrieved February 22, 2020.
cite-note-77. ↑ citerefaslett2008Aslett, Matthew (March 4, 2008). "Is H-Store the future of database management systems?". Retrieved February 22, 2020.
cite-note-88. ↑ citerefmonash2008Monash, Curt (February 20, 2008). "H-Store: Complete destruction of the old DBMS order?". ZDNet. Retrieved February 22, 2020.
cite-note-99. ↑ citerefstonebraker2007Stonebraker, Michael; et al. (2007). "The End of an Architectural Era (It's Time for a Complete Rewrite)" (PDF). VLDB '07: Proceedings of the 33rd international conference on Very large data bases. Vienna, Austria. Retrieved February 22, 2020.
cite-note-1212. ↑ citerefvenkatesh2012Venkatesh, Prasanna (January 30, 2012). "NewSQL - The New Way to Handle Big Data". Retrieved February 22, 2020.